home *** CD-ROM | disk | FTP | other *** search
/ Adephia Powerlink / AdephiaPowerlink-030102.iso / pc / Install / WorkFlow / Gui / AboutBox.swf / scripts / DefineButton2_27 / BUTTONCONDACTION on(press).as < prev    next >
Encoding:
Text File  |  2002-04-02  |  112 b   |  8 lines

  1. on(press){
  2.    tellTarget("_parent.ScrollMovie")
  3.    {
  4.       gotoAndStop("ScrollUp");
  5.       play();
  6.    }
  7. }
  8.